PDF4Java Reference Documentation
com.o2sol.pdf4java.core Package / PDFFile Class / PDFFile Constructor / PDFFile Constructor(Stream)
Stream with the PDF file.
In This Topic
    PDFFile Constructor(Stream)
    In This Topic
    Initializes a new Object from a stream.
    Syntax
    public PDFFile( 
       Stream stream
    )

    Parameters

    stream
    Stream with the PDF file.
    See Also